home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1344 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  3.3 KB  |  82 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 40 && _root.range == true)
  5.       {
  6.          _root.next_dis1 = 2;
  7.          _root.next_txt1 = "Hey, that\'s a great idea.  I\'ll have a girlfriend in no time...  in JAIL!  ARE YOU NUTS?";
  8.       }
  9.       else if(_root.micon._currentframe == 41 && _root.range == true)
  10.       {
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "I don\'t think I want to make Chris cry.";
  13.       }
  14.       if(_root.micon._currentframe == 1 && _root.range == true)
  15.       {
  16.          _root.next_dis1 = 2;
  17.          _root.next_txt1 = "IΓÇÖd like to slug him for almost getting me in trouble after HE cheated off my test last year.  IΓÇÖll get him back.";
  18.       }
  19.       if(_root.talk3 == 1 && _root.range == true && (_root.micon._currentframe == 39 || _root.micon._currentframe == 5))
  20.       {
  21.          if(_root.even9 == 1)
  22.          {
  23.             _root.next_dis1 = 2;
  24.             _root.next_txt1 = "I don\'t need to waste anymore time on Chris and that game.";
  25.          }
  26.          else
  27.          {
  28.             _root.next_dis1 = 6;
  29.             _root.di1 = 497;
  30.             _root.next_txt1 = "I hope you\'re ready to lose.";
  31.          }
  32.       }
  33.       if(_root.micon._currentframe == 2)
  34.       {
  35.          _root.next_dis1 = 2;
  36.          _root.next_txt1 = "ItΓÇÖs the untrustworthy Chris.  He cheats at everything.  In fact, I stopped sitting by him because he always cheats off my test.";
  37.       }
  38.       if(_root.micon._currentframe == 4 && _root.txt_number <= 1 && _root.range == true)
  39.       {
  40.          if(_root.talk3 == 0)
  41.          {
  42.             _root.talk3 = 1;
  43.             _root.txt_number = 4;
  44.             _root.di4 = 490;
  45.             _root.next_dis4 = 2;
  46.             _root.next_txt4 = "I hate to ask you for this, but IΓÇÖm desperate.  You wouldnΓÇÖt happen to know any girls that would be interested in going with me?";
  47.             _root.di3 = 491;
  48.             _root.next_txt3 = "Girls?  WhoΓÇÖs got time for them?  IΓÇÖve been too busy challenging people to Private Raven in order to increase my high score.";
  49.             _root.next_dis3 = 6;
  50.             _root.di2 = 492;
  51.             _root.next_txt2 = "Tell ya what.  Beat me in a game and IΓÇÖll be able to help you out.  If you own a Gam-O-Tek, bring it here and weΓÇÖll hook it up.";
  52.             _root.next_dis2 = 6;
  53.             _root.di1 = 493;
  54.             _root.next_txt1 = "I must warn you though.  IΓÇÖm very good.";
  55.             _root.next_dis1 = 6;
  56.          }
  57.          else if(_root.talk3 == 1)
  58.          {
  59.             _root.txt_number = 1;
  60.             if(_root.even9 == 1)
  61.             {
  62.                _root.di1 = 494;
  63.                _root.next_dis1 = 6;
  64.                _root.next_txt1 = "Go away! Can\'t you see I\'m busy building my skills, I don\'t need you distracting me.";
  65.             }
  66.             else if(_root.taken5 == 1)
  67.             {
  68.                _root.di1 = 495;
  69.                _root.next_dis1 = 6;
  70.                _root.next_txt1 = "I see you have a Gam-O-Tek with Private Raven... Well what are you waiting for? Challenge me! I dare ya!";
  71.             }
  72.             else
  73.             {
  74.                _root.di1 = 496;
  75.                _root.next_dis1 = 6;
  76.                _root.next_txt1 = "I don\'t want to talk to you unless you\'re ready to play some Private Raven.";
  77.             }
  78.          }
  79.       }
  80.    }
  81. }
  82.